home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / unix / xf86read.zip / XCONFIG.SAM < prev    next >
Text File  |  1994-07-26  |  5KB  |  179 lines

  1. # $XFree86: mit/server/ddx/x386/Xconfig.cpp,v 2.0 1993/10/08 15:55:00 dawes Exp $
  2. # $XConsortium: Xconfig,v 1.2 91/08/26 14:34:55 gildea Exp $
  3. #
  4. # Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  5. # Copyright 1992,93 by David Dawes, David Wexelblat
  6. #
  7. # Permission to use, copy, modify, distribute, and sell this software 
  8. # and its documentation for any purpose is hereby granted without fee, 
  9. # provided that the above copyright notice appear in all copies and 
  10. # that both that copyright notice and this permission notice appear in 
  11. # supporting documentation, and that the names of the above listed authors 
  12. # not be used in advertising or publicity pertaining to distribution of 
  13. # the software without specific, written prior permission.  The above 
  14. # listed authors make no representations about the suitability of this 
  15. # software for any purpose.  It is provided "as is" without express or 
  16. # implied warranty.
  17. #
  18. # THE ABOVE LISTED AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 
  19. # SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 
  20. # FITNESS, IN NO EVENT SHALL THE ABOVE LISTED AUTHORS BE LIABLE FOR 
  21. # ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 
  22. # RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 
  23. # CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
  24. # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  25. #
  26. # Author:  Thomas Roell, roell@informatik.tu-muenchen.de
  27. #
  28. # Extensive modifications by the XFree86 Core Team
  29.  
  30. # **********************************************************************
  31. # Refer to the Xconfig(4/5) man page for details about the format of 
  32. # this file. This man page is installed as /usr/X386/man/man5/Xconfig.5x 
  33. # **********************************************************************
  34.  
  35. # **********************************************************************
  36. # Generic parameters section
  37. # **********************************************************************
  38.  
  39. #
  40. # some nice paths, to avoid conflicts with other X-servers
  41. #
  42. RGBPath        "/usr/X386/lib/X11/rgb"
  43.  
  44. #
  45. # Multiple FontPath entries are allowed (which are concatenated together),
  46. # as well as specifying multiple comma-separated entries in one FontPath
  47. # command (or a combination of both methods)
  48. #
  49. FontPath    "/usr/X386/lib/X11/fonts/misc/"
  50. FontPath    "/usr/X386/lib/X11/fonts/Type1/"
  51. FontPath    "/usr/X386/lib/X11/fonts/Speedo/"
  52. FontPath    "/usr/X386/lib/X11/fonts/75dpi/"
  53. FontPath    "/usr/X386/lib/X11/fonts/100dpi/"
  54.  
  55. #
  56. # Uncomment this to cause a core dump at the spot where a signal is 
  57. # received.  This may leave the console in an unusable state, but may
  58. # provide a better stack trace in the core dump to aid in debugging
  59. #
  60. # NoTrapSignals
  61.  
  62. # **********************************************************************
  63. # Input devices
  64. # **********************************************************************
  65.  
  66. #
  67. # Enable this to use the XQUEUE driver for keyboard and mouse handling
  68. # under System V.  This may go away in the future.
  69. #
  70. # Note - If you use XQUEUE, you must comment out the keyboard and
  71. #        mouse definitions.
  72. #
  73. # Xqueue
  74.  
  75. #
  76. # Keyboard and various keyboard-related parameters
  77. #
  78. Keyboard
  79.   AutoRepeat 500 5
  80.   ServerNumLock
  81. #  Xleds      1 2 3
  82. #  DontZap
  83. #
  84. # To set the LeftAlt to Meta, RightAlt key to ModeShift, 
  85. # RightCtl key to Compose, and ScrollLock key to ModeLock:
  86. #  LeftAlt     Meta
  87. #  RightAlt    ModeShift
  88. #  RightCtl    Compose
  89. #  ScrollLock  ModeLock
  90.  
  91. #
  92. # Mouse definition and related parameters
  93. #
  94. Logitech    "/dev/mouse"
  95. #  BaudRate    9600
  96. #  SampleRate    150
  97. #  Emulate3Buttons
  98.  
  99. # **********************************************************************
  100. # Graphics drivers
  101. # **********************************************************************
  102.  
  103. #
  104. # The 8-bit colour SVGA driver
  105. #
  106. VGA256
  107.  
  108. #
  109. # To disable SpeedUp, use NoSpeedUp
  110. #
  111. #  NoSpeedUp
  112. #  Virtual    1152 900
  113.  
  114.   Virtual    1024 1024
  115.   ViewPort      0 0
  116.   Modes            "1024x768" "800x600" "640x480"
  117.  
  118. # The 16-colour VGA driver
  119. #
  120. VGA16
  121.   Virtual     800 600
  122.   Viewport     0 0 
  123.   Modes        "640x480"
  124.  
  125. #
  126. # The 1-bit mono SVGA driver
  127. #
  128. VGA2
  129.  
  130.   Virtual    800 600
  131.   ViewPort      0 0
  132.   Modes            "640x480"
  133. #  Modes        "800x600" "640x480"
  134.  
  135. #
  136. # The Hercules driver.  For Hercules, the only valid configuration option
  137. # is ScreenNo (refer to the manual page).
  138. #
  139. # HGA2
  140.  
  141. #
  142. # The alternate monochrome driver.  Refer to the XF86_Mono manual page.
  143. #
  144. # BDM2
  145.  
  146. # The accelerated servers (S3, Mach32, Mach8, 8514)
  147. #
  148. ACCEL
  149.  
  150.   Virtual     1024 768
  151.   Viewport    0 0
  152.   Modes        "1024x768" "800x600" "640x480"
  153.  
  154. #
  155. # For boards with a programmable clock generator, you use a line like:
  156. #
  157. # Clocks "icd2061a"
  158.  
  159. # **********************************************************************
  160. # Database of video modes
  161. # **********************************************************************
  162. ModeDB
  163. # name        clock   horizontal timing     vertical timing      flags
  164.  
  165. #
  166. # Refer to README.Config, modeDB.txt, and VideoModes.doc for actual
  167. # modes, and information on how to calculate and adjust them.  
  168. #
  169. # DO NOT BLINDLY USE VIDEO MODES WITHOUT UNDERSTANDING WHAT YOU ARE
  170. # DOING.  IT IS POSSIBLE TO DAMAGE THE MONITOR.  THE XFree86 CORE TEAM
  171. # DISCLAIMS ALL LIABILITY FOR MONITOR DAMAGE, AS THE DOCUMENTATION
  172. # ACCOMPANYING XFree86 HAS BEEN VERIFIED TO CONTAIN VALID AND SAFE
  173. # MODES, AS LONG AS ONLY ONES WITHIN DOCUMENTED MONITOR SPECIFICATIONS
  174. # ARE USED.
  175. #
  176.